home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HRcvrIni.exe / 0 / RCDATA / TWNDRECOVERY / TWNDRECOVERY.txt < prev   
Encoding:
Text File  |  2002-02-12  |  2.4 KB  |  112 lines

  1. object WndRecovery: TWndRecovery
  2.   Left = 262
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   Caption = 'Recovering ini file ...'
  6.   ClientHeight = 224
  7.   ClientWidth = 202
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnCreate = WndCreate
  17.   OnDestroy = WndDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ImageLogo: TImage
  21.     Left = 0
  22.     Top = 8
  23.     Width = 201
  24.     Height = 201
  25.   end
  26.   object LabelCopyr: TLabel
  27.     Left = 190
  28.     Top = 3
  29.     Width = 6
  30.     Height = 7
  31.     Alignment = taRightJustify
  32.     Caption = '...'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clGray
  35.     Font.Height = -7
  36.     Font.Name = 'Microsoft Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object ImageCopyr: TImage
  41.     Left = 4
  42.     Top = 1
  43.     Width = 49
  44.     Height = 11
  45.     Stretch = True
  46.   end
  47.   object LabelApp: TShadeLabel
  48.     Left = 4
  49.     Top = 202
  50.     Width = 14
  51.     Height = 19
  52.     Caption = '...'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clNavy
  55.     Font.Height = -16
  56.     Font.Name = 'Times New Roman'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.     ShadowColor = 16744448
  60.     Transparent = True
  61.   end
  62.   object LabelVer: TShadeLabel
  63.     Left = 182
  64.     Top = 205
  65.     Width = 15
  66.     Height = 13
  67.     Alignment = taRightJustify
  68.     Caption = '...'
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = 5580197
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = [fsBold]
  74.     ParentFont = False
  75.     ShadowColor = 8388863
  76.   end
  77.   object ImageRecover: TImage
  78.     Left = 12
  79.     Top = 152
  80.     Width = 49
  81.     Height = 45
  82.     Picture.Data = {<image000.bmp>}
  83.     Stretch = True
  84.     Transparent = True
  85.   end
  86.   object TimerRun: TTimer
  87.     Enabled = False
  88.     OnTimer = TimerRunTimer
  89.     Left = 80
  90.     Top = 60
  91.   end
  92.   object VerInfo: TVersInfo
  93.     ShowResource = [pdCompanyName, pdFileDescription, pdFileVersion, pdInternalName, pdLegalCopyright, pdLegalTrademarks, pdOriginalFilename, pdProductName, pdProductVersion, pdComments, pdBuildFlags]
  94.     Left = 144
  95.     Top = 84
  96.   end
  97.   object AutoRun: TAutoRun
  98.     AutoRegister = False
  99.     Left = 148
  100.     Top = 28
  101.   end
  102.   object MsgEx: TMsgEx
  103.     NameApp = 'Recovering ini file ...'
  104.     Beep = True
  105.     FileMsg = 'Msg.log'
  106.     TypWriteMsg = [msgNone]
  107.     WriteProc = False
  108.     Left = 24
  109.     Top = 96
  110.   end
  111. end
  112.